home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / X11R4 / cmds / X / os / sprite.X11R3 / notused.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-10-05  |  862 b   |  28 lines

  1. /*-
  2.  * notused.c --
  3.  *    Dummy functions not used for SpriteOS support.
  4.  *    Note: some of these are referenced in dix, so I prefer to have
  5.  *      dummy stubs rather than go and put #ifdef's into dix
  6.  *
  7.  * Copyright (c) 1987 by the Regents of the University of California
  8.  *
  9.  * Permission to use, copy, modify, and distribute this
  10.  * software and its documentation for any purpose and without
  11.  * fee is hereby granted, provided that the above copyright
  12.  * notice appear in all copies.  The University of California
  13.  * makes no representations about the suitability of this
  14.  * software for any purpose.  It is provided "as is" without
  15.  * express or implied warranty.
  16.  *
  17.  *
  18.  */
  19. #ifndef lint
  20. static char rcsid[] =
  21. "$Header: ";
  22. #endif lint
  23.  
  24. void FlushAllOutput() {}
  25. void FlushIfCriticalOutputPending() {}
  26. void SetCriticalOutputPending() {}
  27. void ResetWellKnownSockets() {}
  28.